public static synchronized void init() throws IOException, FileNotFoundException, MarshalException, ValidationException {
if (!initialized) {
reload();
}
GroupFactory.init();
// ViewFactory.init();
if (!initialized) {
GroupFactory.init();
instance = new UserFactory();
instance.reload();
}
// ViewFactory.init();